Learn R Programming

medfate (version 0.2.2)

Species values: Species description functions

Description

Functions to calculate attributes of a forest object by species.

Usage

species.BasalArea(x, SpParams)

Arguments

x

An object of class forest.

SpParams

A data frame with species parameters (see SpParamsMED).

Value

A vector with values for each species in SpParams:

  • species.BasalArea: Species basal area (m2/ha).

See Also

swb, forest, plant.BasalArea, summary.forest

Examples

Run this code
# NOT RUN {
#Default species parameterization
data(SpParamsMED)

#Load example plot
data(exampleforest)

#Species basal area
species.BasalArea(exampleforest, SpParamsMED)
# }

Run the code above in your browser using DataLab